home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / TemaCD / matrix / Matrix Y2K - Setup.exe / install_script.iss
Text File  |  2002-03-22  |  1KB  |  33 lines

  1. ;InnoSetupVersion=2.0.17
  2.  
  3. [Setup]
  4. AppName=Matrix Y2K 6.1
  5. AppVerName=Matrix Y2K 6.1
  6. AppId=Matrix Y2K 6.1
  7. DefaultDirName={pf}\MYWS
  8. UninstallDisplayIcon={app}\Matrix.exe
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\Matrix.exe"; DestDir: "{app}"; 
  19. Source: "{app}\Settings.Ini"; DestDir: "{app}"; 
  20. Source: "{app}\help\help.chm"; DestDir: "{app}\help"; 
  21. Source: "{app}\help\help_d.chm"; DestDir: "{app}\help"; 
  22. Source: "{app}\CodeC\codeinside.dci"; DestDir: "{app}\CodeC"; 
  23.  
  24. [Run]
  25. Filename: "{app}\Matrix.exe"; Description: "Launch application"; Flags: postinstall nowait
  26.  
  27. [Icons]
  28. Name: "{commonprograms}\MatrixY2K"; Filename: "{app}\Matrix.exe"; 
  29. Name: "{userdesktop}\MatrixY2K"; Filename: "{app}\Matrix.exe"; 
  30.  
  31. [UninstallDelete]
  32. Type: dirifempty; Name: "{app}\MatrixY2K"; 
  33.